Crate lair

source · []
Expand description

Lair implements linear algebra routines in pure Rust. It uses ndarray as its matrix representation.

Modules

Matrix decompositions.

Matrix equation solvers.

Matrix functions and special matrices.

Enums

An error which can be returned when a function argument is invalid.

Traits

A trait for real numbers.

A trait for real and complex numbers.